Move Section
![](images/move.png)
The move function cuts out a section of the line and moves it to another position.
- Cut - Enter the number of characters you want to cut out of the line.
- from pos - Enter the position from where to start cutting the characters. The position is zero based, meaning that position 0 points to before the first character in the line.
- paste at - This is the position where the cut out section is to be inserted into the line again. Also zero based. Note that the position is calculated after the cut has taken place.
- Counting backwards - This means that the position starts at the end of the line and "moves" towards the beginning.
Tip: Press the button with an eye icon (or use the shortcut F3) to open the Visual Assist window that allows you to visually set the positions and length of the section to cut out!
Hint:
|